projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38bab9
)
(insert-register): Add `*' interactive spec.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 17 Sep 1994 00:06:18 +0000
(
00:06
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 17 Sep 1994 00:06:18 +0000
(
00:06
+0000)
lisp/register.el
patch
|
blob
|
history
diff --git
a/lisp/register.el
b/lisp/register.el
index 97f5ea6dedfdc24b20a74dc682113fe66e3acd8a..ccf30c9a70c10db4743dad25403b1726c64cb28e 100644
(file)
--- a/
lisp/register.el
+++ b/
lisp/register.el
@@
-185,7
+185,7
@@
REGISTER is a character."
Normally puts point before and mark after the inserted text.
If optional second arg is non-nil, puts mark before and point after.
Interactively, second arg is non-nil if prefix arg is supplied."
- (interactive "cInsert register: \nP")
+ (interactive "
*
cInsert register: \nP")
(push-mark)
(let ((val (get-register char)))
(cond